home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / darkmelt.swf / scripts / DefineSprite_239 / frame_3 / DoAction.as
Text File  |  2006-06-07  |  416b  |  24 lines

  1. lives = 6;
  2. score = 0;
  3. freeManScore = 20000;
  4. livesStats_mc.gotoAndStop(lives + 1);
  5. previewMode = false;
  6. if(robotMode == false)
  7. {
  8.    lives = 6;
  9.    livesStats_mc.gotoAndStop(lives + 1);
  10.    startBtn_mc._visible = false;
  11.    this.editor_mc._visible = false;
  12. }
  13. else
  14. {
  15.    buildIceFloor();
  16. }
  17. if(gLevel == 199)
  18. {
  19.    lives = 1;
  20.    livesStats_mc.gotoAndStop(lives + 1);
  21. }
  22. gotoAndStop("newLevel");
  23. play();
  24.